NonEmptyArray<'value>Union
PackageReified.Refinements
An array that contains at least one item.
Specification
ToArraySignature
this.ToArray
LengthSignature
this.Length
Summary
| Name | Signature | Synopsis |
|---|
| ToArray | this.ToArray | Returns a copy of the refined value as a standard array. |
| Length | this.Length | Returns the number of items, which is always at least one. |
| Head | this.Head | Returns the first item. |
| Tail | this.Tail | Returns all items after the head. |
Returns a copy of the refined value as a standard array.
Returns the number of items, which is always at least one.
Returns all items after the head.